* make-dist: Distribute configure, as well as configure.in.
authorJim Blandy <jimb@redhat.com>
Mon, 3 May 1993 02:08:07 +0000 (02:08 +0000)
committerJim Blandy <jimb@redhat.com>
Mon, 3 May 1993 02:08:07 +0000 (02:08 +0000)
Oversight.

* make-dist: Distribute configure.in, instead of configure.

make-dist

index 60072c9ec0ad83a61975c313b807e10c60194f18..e82beca162a100f093ec36537a75b93058d9b910 100755 (executable)
--- a/make-dist
+++ b/make-dist
@@ -100,7 +100,7 @@ mkdir ${tempdir}
 ### README while the rest of the tar file is still unpacking.  Whoopee.
 echo "Making links to top-level files." 
 ln GETTING.GNU.SOFTWARE INSTALL PROBLEMS README move-if-change ${tempdir}
-ln ChangeLog Makefile.in build-install.in configure ${tempdir}
+ln ChangeLog Makefile.in build-install.in configure configure.in ${tempdir}
 ln make-dist ${tempdir}
 ### Copy config.sub; it's a cross-filesystem symlink.
 cp config.sub ${tempdir}